Skip to content

Add automated performance CSV reportsFinal#6

Open
Srishti-8976 wants to merge 6 commits intozinggAI:mainfrom
Srishti-8976:Final
Open

Add automated performance CSV reportsFinal#6
Srishti-8976 wants to merge 6 commits intozinggAI:mainfrom
Srishti-8976:Final

Conversation

@Srishti-8976
Copy link

This PR adds automated CSV performance reports generated every 3 days via GitHub Actions.

REPORTS_DIR = Path("perf_reports")
REPORTS_DIR.mkdir(parents=True, exist_ok=True)

CSV_FILE = REPORTS_DIR / f"perf_{date.today().isoformat()}.csv"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the report has to be per year or per month, we dont want a new file to be generted every time this runs.

Copy link
Member

@sonalgoyal sonalgoyal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants